home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tex / style / misc / names.sty < prev    next >
Text File  |  1995-11-25  |  2KB  |  92 lines

  1. % names.sty                             01 Oct 90
  2. %------------------------------------------------------------
  3.  
  4. %
  5. % abbrevations/logos in LaTeX and Format!, usable for base size 10pt
  6. %
  7. % should be compared with tugboat.com and should be documented...
  8. % should be enhanced for LaTeX (to Format! standards) [NFSS ?!]
  9. %
  10. % all logos only in Roman
  11. % Logos:
  12. %       \TeX
  13. %       \INITeX
  14. %       \Plain           Plain TeX
  15. %       \LaTeX
  16. %       \BibTeX
  17. %       \SliTeX
  18. %       \MakeIndex       (italic)
  19. %       \AmSTeX          AmS-TeX
  20. %       \LAMSTeX         LAmS-TeX
  21. %       \MF              METAFONT
  22. %       \INIMF
  23. %       \WEB
  24. %       \CWEB
  25. %       \TIE
  26. %       \stTeX
  27. %       \stMF
  28. % file types (all monospaced):
  29. %       \LOG
  30. %       \DVI
  31. %       \FMT
  32. %       \TFM
  33. %       \GF
  34. %       \PK
  35. %       \PXL
  36.  
  37.  
  38. \font\tenlogo=logo10
  39. \let\logo=\tenlogo
  40. \ifx \mc\undefined  \let\mc=\small  \fi  % for LaTeX, `medium caps'
  41.  
  42.  
  43. % FIXME: should the space factor be set to 1000 afterwards?
  44. % is it a global value? otherwise it would be a faulty design within TeX...
  45. \def\TeX{{\rm T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}}
  46. \def\INITeX{{\rm INI\TeX}}
  47.  
  48. \def\Plain{{\rm Plain~\TeX}}
  49.  
  50. % LaTeX definition with original TeX logo!
  51. % Does not conform to the definition of L. Lamport, but is more consistent...
  52. \def\LaTeX{{\rm L\kern-.36em\raise.3ex\hbox{\sc a}\kern-.15em\TeX}}
  53. \def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em\TeX}}
  54. \def\SliTeX{{\rm S\kern-.06em{\sc l\kern-.035em i}\kern-.06em\TeX}}
  55. \def\MakeIndex{{\it MakeIndex\/}}
  56.  
  57. \def\AmSTeX{%
  58.    $\cal A\kern-.1667em\lower.5ex\hbox{$\cal M$}\kern-.125em S$%
  59.    -\TeX
  60.    }
  61. \def\LAMSTeX{%
  62.    L\raise.42ex\hbox{$\scriptstyle\kern-.3em\cal A$}\kern-.2em
  63.    \lower.376ex\hbox{$\cal M$}\kern-.125em $\cal S$%
  64.    -\TeX
  65.    }
  66.  
  67.  
  68. \def\MF{{\logo META}\-{\logo FONT\/}}
  69. \def\INIMF{{\mc INI}{\logo MF}}
  70.  
  71.  
  72. \def\WEB{{\tt WEB\/}}
  73. \def\CWEB{{\mc CWEB}}
  74. \def\TIE{{\tt TIE\/}}
  75.  
  76.  
  77. \def\stTeX{{\sc st\rm\kern-0.13em\TeX}} % our stTeX (TeXsys)
  78. \def\stMF{{\sc st}{\logo MF}}           % our stMF
  79.  
  80.  
  81. \def\LOG{{\tt LOG\/}}
  82. \def\DVI{{\tt DVI\/}}
  83. \def\FMT{{\tt FMT\/}}
  84. \def\TFM{{\tt TFM\/}}
  85.  
  86. \def\GF{{\tt GF\/}}
  87. \def\PK{{\tt PK\/}}
  88. \def\PXL{{\tt PXL\/}}
  89.  
  90.  
  91. \endinput
  92.